home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 495W / Compuserve XTreme Edition 495W.iso / shopping / toyota / toyota.dir / 00304.ls < prev    next >
Encoding:
Text File  |  1995-08-09  |  208 b   |  14 lines

  1. on mouseDown
  2.   lightFlash()
  3. end
  4.  
  5. on mouseUp
  6.   global spriteClicked
  7.   if rollOver(spriteClicked) then
  8.     repeat with n = 1 to 48
  9.       set the cursor of sprite n to 0
  10.     end repeat
  11.     go("TM")
  12.   end if
  13. end
  14.